@charset "UTF-8";
/*!
=========================================================
* 
=========================================================

* Copyright: 2023 Dpoingroup (www.dpointgroup.com)
* Coded by Rafał Maliszewski www.dpointgroup.com
*/

:root{
  font-size: 16px;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #aaaaaa;
    text-align: left;
    background-color: #1A191D;
  }

html{
  scroll-behavior: smooth;
}

body::-webkit-scrollbar, .left_grid::-webkit-scrollbar{
    width: 0.3rem;
}

body::-webkit-scrollbar-thumb, .left_grid::-webkit-scrollbar-thumb{
  background-color: rgb(150, 150, 150);
}
body::-webkit-scrollbar-track, .left_grid::-webkit-scrollbar-track{
  background-color: rgb(0, 0, 0);
}

footer{
  border-top: 4px solid rgb(141, 141, 141);
  height: 100px;
  font-size: 14px;
}

  a{
    z-index: 10;
    color:#3d3d3d;
    text-decoration: none;
  }

  ul{
    list-style-type: none;
  }

  .main_grid{
    display: grid;
    margin: 10px;
  }

  .navbar{
    display: block;
    row-gap: 0px;
  }

  .toggle_button{
    position: fixed;
    border-radius: 5px;
    z-index: 20;
    width: 40px;
    height: 35px;
    display: none;
    flex-direction: column;
    background:linear-gradient(rgb(31, 31, 31),rgb(83, 83, 83));
  }
  
  .toggle_button .bar{
    height: 2px;
    width: 75%;
    margin-left: 13%;
    background-color: #b7b7b7;
    border-radius: 10px;
    margin-bottom: 3.5px;
    margin-top: 5.3px;
  }

  .toggle_button:hover{
    background:linear-gradient(rgb(70, 70, 70),rgb(110, 110, 110));
  }

  .toggle_button:active~.left_grid{
  display: block;
  }

  #toggle_button:hover ~ #m_grid{
    background-color: red;
  }

  .toggle_button:active ~ .main_grid{
    background-color: red;
  }

  .toggle_button_clicked{
    display: flex;
  }

  .trabajo_button{
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-top: 10px;
    margin-right: 2px;
    padding-left: 15px;
    background:linear-gradient(rgb(255, 255, 255),rgb(122, 122, 122));
    color:#3d3d3d;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .contact{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 0.8;
    color:#3d3d3d;
    background:linear-gradient(rgb(216, 215, 215),rgb(120, 120, 120));
    font-weight: 700;
    padding-left: 15px;
  }

  .contact2{
    font-size: 14px;
    padding-left: 5px;
  }

  .center_grid{
    position:absolute;
    height: auto;
    padding-left: 260px;
    padding-right: 100px;
    max-width: 1500px;
  }

  .left_grid{
    z-index: 5;
    display: grid;
    position: fixed;
    width: 250px;
    background-color: #1A191D;
    overflow-y: auto;
    height: 97%;
  }

.social_thumb{
  display:inline;
  max-width:3rem;
}


  img{
    max-width: 99%;
    max-height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  h1{
    text-align: center;
    color: #c0c0c0;
  }

  h2{
    color: #bbbbbb;
  }

  h3{
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 0px;
  }


  .section_title{
    text-align: center;
    align-items:top;
    border-color: #000000;
    background:linear-gradient(rgb(155, 155, 155),black);
  }

  .trabajo_section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
    word-break: break-all;
    font-size:12px;
    line-height: 0.2;
    margin-bottom: 40px;
  }

  @media screen and (max-width:1300px){
    .trabajo_section{
      grid-template-columns: 1fr 1fr 1fr;
    }
    .center_grid{
      padding-right: 10px;
    }
  }

  @media screen and (max-width: 700px){
.center_grid{
  padding-left: 0px;
  padding-right: 10px;
}
.left_grid_media{
  display: none;
  margin-top: -10px;
  margin-left: 40px;
  padding: 10px;
}
.toggle_button{
  display: flex;
}
  }

  @media screen and (max-width: 400px){
    .trabajo_section{
      grid-template-columns: 1fr 1fr;
    }
  }

  .YT{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media screen and (max-width: 835px){
    iframe{
      width: auto;
      height: auto;
    }
  }

  .contact_dropdown{
    z-index:5;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right:2px;
    line-height: 0.8;
    color:#3d3d3d;
    background:linear-gradient(rgb(216, 215, 215),rgb(120, 120, 120));
    font-weight: 700;
    padding-left: 15px;
  }
  
  .navbar_dropdown{
    z-index:5;
    margin-bottom: 10px;
  }

